home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / em-xmkit.zip / SAMPLE.MAK < prev    next >
Text File  |  1989-11-28  |  280b  |  13 lines

  1. memlib.obj: memlib.c memintrl.c memlib.h errors.h emmlib.h
  2.         cl /c /AL memlib.c
  3.  
  4. sample.obj: sample.c memlib.h errors.h emmlib.h
  5.         cl /c /AL sample.c
  6.  
  7. sample.exe: sample.obj memlib.obj emmlibl.lib 
  8.        link sample memlib, sample, nul, emmlibl.lib;
  9.  
  10.  
  11.  
  12.  
  13.